SftTree/NET 2.0

ResizeMargin Property, DimensionsClass Class

Softel vdm, Inc.

Defines the width of the area to the left and right of the column boundary where column resizing can be initiated.

Syntax      DimensionsClass Class (Softelvdm.SftTreeNET)

VB   

Public Property ResizeMargin As Integer

C#   

public int ResizeMargin { get; set; }

C++   

public: property int ResizeMargin {
        int get();
        void set(int value);
}

Property Value

The width of the area in pixels.

The default value is 2.

Comments

The ResizeMargin property defines the width of the area to the left and right of the column boundary where column resizing can be initiated.

If the cursor enters the area to the left and right of the column boundary, the mouse cursor changes to indicate that the column is resizable.

A column can be defined as resizable using the ColumnClass.Resizable property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com